Use -Wl,-luuid instead of -luuid to work around libtool lossage.
authorTor Lillqvist <tml@novell.com>
Wed, 17 Oct 2007 16:30:17 +0000 (16:30 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Wed, 17 Oct 2007 16:30:17 +0000 (16:30 +0000)
2007-10-17  Tor Lillqvist  <tml@novell.com>

* gtk/Makefile.am (libgtk_win32_2_0_la_LIBADD): Use -Wl,-luuid
instead of -luuid to work around libtool lossage.

svn path=/trunk/; revision=18927

ChangeLog
gtk/Makefile.am

index 9d52b26ce4c23baa3c881cca5ef7fb1a862c3d02..6a351864fa2e6246cbb5618ec7291d6048aac106 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-10-17  Tor Lillqvist  <tml@novell.com>
+
+       * gtk/Makefile.am (libgtk_win32_2_0_la_LIBADD): Use -Wl,-luuid
+       instead of -luuid to work around libtool lossage.
+
 2007-10-17  Matthias Clasen <mclasen@redhat.com>
 
        * configure.in: Bump version
index 75c60eb2e9d5362f66bc24c6f45ae93ac5735a2e..5897ffa308bfddd8ab3da76b60ae6478248b61f5 100644 (file)
@@ -840,7 +840,7 @@ libgtk_directfb_2_0_la_LDFLAGS = $(libtool_opts)
 
 libgtk_x11_2_0_la_LIBADD = $(libadd)
 libgtk_linux_fb_2_0_la_LIBADD = $(libadd)
-libgtk_win32_2_0_la_LIBADD = $(libadd) -lole32 -lgdi32 -lcomdlg32 -lwinspool -lcomctl32 -luuid
+libgtk_win32_2_0_la_LIBADD = $(libadd) -lole32 -lgdi32 -lcomdlg32 -lwinspool -lcomctl32 -Wl,-luuid
 libgtk_win32_2_0_la_DEPENDENCIES = $(gtk_def) $(gtk_win32_res)
 libgtk_quartz_2_0_la_LIBADD = $(libadd)
 libgtk_directfb_2_0_la_LIBADD = $(libadd)